-
Notifications
You must be signed in to change notification settings - Fork 335
[VSC-1576] Add .gitignore when creating projects #1578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Download the artifacts for this pull request: |
brianignacio5
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small change to reduce code duplication.
Added the code inside copyFromSrcProject
Yes, you are right. I have changed the implementation. |
|
Pull request has been marked as |
brianignacio5
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some unrelated changes in this PR that could cause unexpected behavior.
brianignacio5
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fabricio-ESP
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed gitignore file created from template successfully on new projects.
Description
Add .gitignore file when creating esp-idf projects
Fixes #1412
Type of change
Steps to test this pull request
Create a new esp-idf project.
.gitignoreshould be added automatically with the content insidetemplates\.gitignoreof this PR.How has this been tested?
As described above
Test Configuration:
Checklist